From 4b9d90e5ade83d5b6c269983ab5f0ec94ca28534 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Feb 2008 22:50:46 +0000 Subject: [PATCH] Fix up export of gdk_pixbuf_non_anim_get_type. 2008-02-15 Matthias Clasen * gdk-pixbuf-animation.h: * gdk-pixbuf.symbols: Fix up export of gdk_pixbuf_non_anim_get_type. svn path=/trunk/; revision=19584 --- gdk-pixbuf/ChangeLog | 11 ++++++++--- gdk-pixbuf/gdk-pixbuf-animation.h | 1 + gdk-pixbuf/gdk-pixbuf.symbols | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 7f978c423c..dcc9a65c3b 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,14 +1,19 @@ -2008-02-12 Matthias Clasen +2008-02-15 Matthias Clasen + + * gdk-pixbuf-animation.h: + * gdk-pixbuf.symbols: Fix up export of gdk_pixbuf_non_anim_get_type. + +2008-02-12 Matthias Clasen * gdk-pixbuf-io.c (at_scale_size_prepared_cb): Don't let the width or height go below 1. (#516024, Christian Persch) -2008-02-10 Matthias Clasen +2008-02-10 Matthias Clasen * gdk-pixbuf-scaled-anim.c: Try harder to return pixbufs of the requested size. (#494515, Mike Morrison) -2008-01-15 Matthias Clasen +2008-01-15 Matthias Clasen * gdk-pixbuf-io.c (save_to_stream): Handle partial writes. diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h index 43347de651..145b24dcd0 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.h +++ b/gdk-pixbuf/gdk-pixbuf-animation.h @@ -138,6 +138,7 @@ struct _GdkPixbufAnimationIterClass { }; +GType gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST; GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf); #endif /* GDK_PIXBUF_ENABLE_BACKEND */ diff --git a/gdk-pixbuf/gdk-pixbuf.symbols b/gdk-pixbuf/gdk-pixbuf.symbols index 37b6a9b8bd..4b579dd78d 100644 --- a/gdk-pixbuf/gdk-pixbuf.symbols +++ b/gdk-pixbuf/gdk-pixbuf.symbols @@ -123,6 +123,7 @@ gdk_pixbuf_animation_ref gdk_pixbuf_animation_unref #endif gdk_pixbuf_non_anim_new +gdk_pixbuf_non_anim_get_type G_GNUC_CONST #endif #endif -- 2.30.2